home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / dev / mui / SettingsWin.lha / SettingsWindows / Installer < prev    next >
Encoding:
Text File  |  2000-06-29  |  682 b   |  20 lines

  1. (SET #startMsg (CAT "\nCe script va installer le catalogue français de SettingsWindows_mcc\n"
  2.                     "\ndans le répertoire SYS:Locale/catalogs/français de votre Amiga.\n"
  3.                     "\nTout sera fait de façon automatique dès que vous aurez cliqué sur continuer.\n"
  4.                     "\n                                                              \n"
  5.                     "\nVersion Française par Eric LUCZYSZYN - Juin 2000\n")
  6. )
  7.  
  8.  
  9.  
  10. (MESSAGE #startMsg)
  11.  
  12. (COPYFILES (PROMPT "")
  13.            (SOURCE "locale/catalogs/français/settingswindow_mcc.catalog")
  14.            (DEST "SYS:locale/catalogs/français")
  15.            (HELP "")
  16. )
  17. (SET @default-dest "SYS:")
  18.  
  19. (exit)
  20.